home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / strings / clength < prev    next >
Encoding:
Text File  |  1993-10-26  |  178 b   |  8 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           clength string
  4.                Returns the length of string in characters.  This  com-
  5.                mand is a shortcut for:
  6.  
  7.                    string length string
  8.